From: Fabián Ezequiel Gallina Date: Thu, 17 May 2012 03:03:14 +0000 (-0300) Subject: Documentation enhancements with regards to code checking. (thanks schickm) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2326^2~2225 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2d63ad564d8ca5258bb6a94fbec63403e1ff56e5;p=emacs.git Documentation enhancements with regards to code checking. (thanks schickm) --- diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 2f0393deb65..884a84c382a 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -116,8 +116,8 @@ ;; out of the box. This feature needs an inferior python shell ;; running. -;; Code check: Check the current file for errors using -;; `python-check-command' +;; Code check: Check the current file for errors with `python-check' +;; using the program defined in `python-check-command'. ;; Eldoc: returns documentation for object at point by using the ;; inferior python subprocess to inspect its documentation. As you